home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / Netobj / netobj / t2.z / ActivateState.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-04-29  |  266 b   |  7 lines

  1. interface ActivateState {
  2.    int Restore = 0;
  3.    int Drop = 1;
  4.    int Paste = 3;
  5.    int Undo = 4;
  6. }
  7.